home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowchl.dir / 00012_Script_12 < prev    next >
Text File  |  1994-11-29  |  274b  |  17 lines

  1. on exitFrame
  2.   global CM3SC5M1_Length
  3.   
  4.   if the movieTime of sprite 2 = CM3SC5M1_Length then
  5.     go to marker(1)
  6.   else
  7.     go to frame the frame
  8.   end if
  9. end
  10.  
  11. on mouseDown
  12.   set the movieRate of sprite 2 to 0
  13.   updateStage
  14.   go to frame "outtahere"
  15. end
  16.  
  17.